UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.45 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialContactsW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ContactsW100", short_name: "Contacts", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M5 20.9q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h14q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1ZM5 3.8q-.15 0-.25-.1t-.1-.25q0-.15.1-.25T5 3.1h14q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Zm7 10.5q.975 0 1.663-.688.687-.687.687-1.662 0-.975-.687-1.663Q12.975 9.6 12 9.6q-.975 0-1.662.687-.688.688-.688 1.663 0 .975.688 1.662.687.688 1.662.688Zm-7.2 4.4q-.65 0-1.075-.425Q3.3 17.85 3.3 17.2V6.8q0-.65.425-1.075Q4.15 5.3 4.8 5.3h14.4q.65 0 1.075.425.425.425.425 1.075v10.4q0 .65-.425 1.075-.425.425-1.075.425Zm2.65-.7q1.125-.9 2.25-1.3t2.3-.4q1.175 0 2.3.4 1.125.4 2.25 1.3h2.65q.3 0 .55-.25.25-.25.25-.55V6.8q0-.3-.25-.55Q19.5 6 19.2 6H4.8q-.3 0-.55.25Q4 6.5 4 6.8v10.4q0 .3.25.55.25.25.55.25Zm1.25 0h6.6q-.725-.5-1.562-.75Q12.9 17 12 17t-1.737.25q-.838.25-1.563.75Zm3.3-4.4q-.675 0-1.162-.487-.488-.488-.488-1.163t.488-1.163Q11.325 10.3 12 10.3q.675 0 1.163.487.487.488.487 1.163t-.487 1.163q-.488.487-1.163.487Zm0-1.6Z" })); }); IconMaterialContactsW100.displayName = 'AmauiIconMaterialContactsW100'; export default IconMaterialContactsW100;