google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 624 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const EditAttributes = createIcon("EditAttributes", [
[
"path",
{
d: "M17.63 7H6.37C3.96 7 2 9.24 2 12C2 14.76 3.96 17 6.37 17H17.63C20.04 17 22 14.76 22 12C22 9.24 20.04 7 17.63 7ZM7.24 14.46L4.67 11.89L5.37 11.19L7.24 13.06L10.76 9.54L11.46 10.24L7.24 14.46Z",
key: "huus2g"
}
]
]);
export { EditAttributes as default };
//# sourceMappingURL=edit_attributes.js.map