@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.28 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialImagesearchRollerW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ImagesearchRollerW100', short_name: 'ImagesearchRoller', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M534-92h-83q-12 0-21-8.5t-9-19.5v-199q0-11 9-19.5t21-8.5h27v-167q0-13-10.5-22t-25.5-9H196q-27 0-45.5-17.5T132-605v-110q0-24 18.5-41.5T196-774h40v-26q0-11 9-19.5t21-8.5h452q12 0 21 8.5t9 19.5v80q0 11-9 19.5t-21 8.5H266q-12 0-21-8.5t-9-19.5v-26h-40q-16 0-26 9t-10 22v110q0 14 10 23t26 9h246q26 0 45 17.5t19 41.5v167h28q12 0 20.5 8.5T563-319v199q0 11-8.5 19.5T534-92Zm-85-28h86v-199h-86v199ZM264-720h456v-80H264v80Zm185 600h86-86ZM264-720v-80 80Z" }) })));
});
IconMaterialImagesearchRollerW100.displayName = 'OnesyIconMaterialImagesearchRollerW100';
exports.default = IconMaterialImagesearchRollerW100;
;