@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.29 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterial123 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "123",
short_name: "123",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M6.25 15q-.325 0-.537-.213-.213-.212-.213-.537V10.5h-.75q-.325 0-.537-.213Q4 10.075 4 9.75q0-.325.213-.538Q4.425 9 4.75 9H6q.425 0 .713.287Q7 9.575 7 10v4.25q0 .325-.213.537Q6.575 15 6.25 15ZM10 15q-.425 0-.712-.288Q9 14.425 9 14v-1.5q0-.425.288-.713.287-.287.712-.287h2v-1H9.75q-.325 0-.537-.213Q9 10.075 9 9.75q0-.325.213-.538Q9.425 9 9.75 9h2.75q.425 0 .713.287.287.288.287.713v1.5q0 .425-.287.712-.288.288-.713.288h-2v1h2.25q.325 0 .538.212.212.213.212.538 0 .325-.212.537-.213.213-.538.213Zm5.75 0q-.325 0-.537-.213Q15 14.575 15 14.25q0-.325.213-.538.212-.212.537-.212H18v-1h-1.5q-.2 0-.35-.15Q16 12.2 16 12q0-.2.15-.35.15-.15.35-.15H18v-1h-2.25q-.325 0-.537-.213Q15 10.075 15 9.75q0-.325.213-.538Q15.425 9 15.75 9h2.75q.425 0 .712.287.288.288.288.713v4q0 .425-.288.712-.287.288-.712.288Z"
}));
});
IconMaterial123.displayName = 'AmauiIconMaterial123';
export default IconMaterial123;