@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.19 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 IconMaterialDiagonalLineW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DiagonalLineW100', short_name: 'DiagonalLine', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M739.76-132q-36.76 0-62.26-25.67Q652-183.33 652-220q0-15 4.5-28t12.5-24L272-669q-11 8-24 12.5t-28 4.5q-36.67 0-62.33-25.74Q132-703.47 132-740.24q0-36.76 25.74-62.26 25.73-25.5 62.5-25.5 36.76 0 62.26 25.67Q308-776.67 308-740q0 14.35-4 27.67Q300-699 292-688l396 396q11-8 24.33-12 13.32-4 27.67-4 36.67 0 62.33 25.74Q828-256.53 828-219.76q0 36.76-25.74 62.26-25.73 25.5-62.5 25.5Z" }) })));
});
IconMaterialDiagonalLineW100.displayName = 'OnesyIconMaterialDiagonalLineW100';
exports.default = IconMaterialDiagonalLineW100;
;