@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.24 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialFormatTextdirectionVerticalW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "FormatTextdirectionVerticalW100Filled",
short_name: "FormatTextdirectionVertical",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M293.96-276q-5.96 0-9.96-4.02-4-4.03-4-9.98v-121q-62 0-105-43t-43-105q0-62 43-105t105-43h232q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4h-66v389q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-389H308v389q0 5.95-4.04 9.98-4.03 4.02-10 4.02ZM697-223q-5 0-10.5-2.5T676-232l-100-94q-4.58-3.75-4.79-9.38-.21-5.62 4.49-10.32 4.3-4.3 9.8-4.8 5.5-.5 10.5 3.5l87 82v-428q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v428l87-82q5-4 10.5-3.5t9.5 4.5q5 5 4.5 10.5T817-326l-99 94q-5 4-10.5 6.5T697-223Z"
}));
});
IconMaterialFormatTextdirectionVerticalW100Filled.displayName = 'OnesyIconMaterialFormatTextdirectionVerticalW100Filled';
export default IconMaterialFormatTextdirectionVerticalW100Filled;