@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 925 B
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 IconMaterialStylusW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'StylusW100Filled', short_name: 'Stylus', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M211-176q-16 3-27-8t-8-27l23-112 124 124-112 23Zm132-42L218-343l415-414q17-17 42-17t42 17l40 40q17 17 17 42t-17 42L343-218Z" }) })));
});
IconMaterialStylusW100Filled.displayName = 'OnesyIconMaterialStylusW100Filled';
exports.default = IconMaterialStylusW100Filled;
;