14 lines
694 B
Plaintext
14 lines
694 B
Plaintext
@import "./ios/icons";
|
|
@import "./material/icons";
|
|
|
|
i.icon {
|
|
&.icon-paste {
|
|
width: 24px;
|
|
height: 24px;
|
|
.encoded-svg-uncolored-mask('<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 2H0V20H9V24H24V7H19V2H14V3H18V7H9V19H1V3H5V2ZM10 8H23V23H10V8Z" /><path d="M5 0H14V5H5V0Z" /><path fill-rule="evenodd" clip-rule="evenodd" d="M21 12H12V11H21V12Z" /><path fill-rule="evenodd" clip-rule="evenodd" d="M21 16H12V15H21V16Z" /><path fill-rule="evenodd" clip-rule="evenodd" d="M21 20H12V19H21V20Z" /></svg>');
|
|
}
|
|
&.icon-prev:after, &.icon-next:after {
|
|
content: none;
|
|
}
|
|
}
|