@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.14 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 IconMaterialDoubleArrowW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DoubleArrowW100Filled', short_name: 'DoubleArrow', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M478-480 312-712q-5-7-1-14.5t12.19-7.5q3.28 0 6.22 1.59 2.95 1.59 4.59 4.41l178 248-178 248q-1.67 2.82-4.67 4.41-3 1.59-6.33 1.59-8 0-12-7.5t1-14.5l166-232Zm230 0L542-712q-5-7-1-14.5t12.19-7.5q3.28 0 6.22 1.59 2.95 1.59 4.59 4.41l178 248-178 248q-1.67 2.82-4.67 4.41-3 1.59-6.33 1.59-8 0-12-7.5t1-14.5l166-232Z" }) })));
});
IconMaterialDoubleArrowW100Filled.displayName = 'OnesyIconMaterialDoubleArrowW100Filled';
exports.default = IconMaterialDoubleArrowW100Filled;
;