css.gg
Version:
Minimalistic Icon library Designed by code.
12 lines • 1.74 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importDefault(require("react"));
var styled_components_1 = tslib_1.__importDefault(require("styled-components"));
var StyledPlayListSearch = styled_components_1.default.i(templateObject_1 || (templateObject_1 = tslib_1.__makeTemplateObject(["\n &{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:12px;height:6px;border-top:0 solid transparent;border-bottom:2px solid transparent;box-shadow:inset 0 -2px 0,-2px 4px 0 -2px,0 -2px 0 0}&::after,&::before{content:\"\";display:block;box-sizing:border-box;position:absolute;bottom:-7px}&::after{width:3px;height:2px;background:currentColor;transform:rotate(45deg);right:-4px}&::before{width:6px;height:6px;border-radius:4px;border:2px solid;right:-3px}\n"], ["\n &{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:12px;height:6px;border-top:0 solid transparent;border-bottom:2px solid transparent;box-shadow:inset 0 -2px 0,-2px 4px 0 -2px,0 -2px 0 0}&::after,&::before{content:\"\";display:block;box-sizing:border-box;position:absolute;bottom:-7px}&::after{width:3px;height:2px;background:currentColor;transform:rotate(45deg);right:-4px}&::before{width:6px;height:6px;border-radius:4px;border:2px solid;right:-3px}\n"])));
exports.PlayListSearch = react_1.default.forwardRef(function (props, ref) {
return (react_1.default.createElement(react_1.default.Fragment, null,
react_1.default.createElement(StyledPlayListSearch, tslib_1.__assign({}, props, { ref: ref, "icon-role": "play-list-search" }))));
});
var templateObject_1;
//# sourceMappingURL=PlayListSearch.js.map
;