@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.1 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 IconMaterialSerifFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SerifFilled', short_name: 'Serif', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M280-253h-26l-6 7q0 2 6 6h92l6-6q0-3-1.5-5t-4.5-2h-45l53-147h134l50 147h-42l-6 7q0 2 6 6h210l6-6q0-3-1.5-5t-4.5-2h-25L515-703q-3-8-9.5-12.5T491-720h-19q-8 0-15 4.5T447-703L280-253Zm80-162 64-178 59 178H360ZM160-80q-33 0-56.5-23.5T80-160v-640q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v640q0 33-23.5 56.5T800-80H160Z" }) })));
});
IconMaterialSerifFilled.displayName = 'OnesyIconMaterialSerifFilled';
exports.default = IconMaterialSerifFilled;
;